Delete an account grant

Deletes an account grant specified by the grantId. This is for a user that is specified by the accountId.

SecurityZephrHmacHttp
Request
path Parameters
accountId
required
string

Unique Account identifier

Example: 3f589a2d-86ad-4b70-a5df-68dca75a3a21
grantId
required
string

Unique Grant identifier

Example: 5fag4a2d-86cd-4bb0-a5df-68dca75a3a21
Responses
200

OK - The grant was found and successfully deleted

404

Not Found - Cannot find an existing grant for the supplied accountId and grantId

delete/v4/accounts/{accountId}/grants/{grantId}
Response samples
application/json
"Account grant revoked"