Cancel "PERMISSION_DENIED"

Hi

I have created a job
I want cancel a job.
Why do not we have permission? we have executed some servicies, and we haven’t had any problem
… /v2/deliveries/110047/cancel

403 (Forbidden); invoking error handler

Cancel result: {“error”:“PERMISSION_DENIED”,“message”:“You are not authorized to access this page.”}

Please, can you help us? what’s happend?

thanks

Hi @carlosMshop

It is because the delivery id is 110291 for the job id 110047.
Delivery and Job Ids are two different things.

So by trying to cancel the delivery id 110047 you are actually trying to cancel a delivery that is not yours. That’s why you get a PERMISSION_DENIED error.

it’s true, thanks

regards