Skip to main content

Delete Token

To Delete an individual token, you only need to provide the token’s unique ID.

Curl Request
 curl -X "DELETE" \
-u sk_test_MrtwozLJAuFmLKWWSaRaoaLX: \
"https://api.moyasar.com/v1/tokens/token_x6okRgkZJrhgDHyqJ9zztW2X1k"

Responses

Error Response
{
"type": "api_error",
"message": "Object not found",
"errors": null
}