Hi, I'm trying to delete an auth using the v3 endpoint below:
DELETE
/v3/merchants/{mId}/authorizations/{authId}
But I'm getting an error with status code 400. The message is "Account not found".
At the same time I'm able to call successfully these endpoints:
GET
/v3/merchants/{mId}/authorizations/{authId}
Any ideas why only the first one is failing?