Delete Access Token¶
Deletes an access token.
Resource Information¶
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /crafter-profile
, please prefix the API URLs with this context.
HTTP Verb
|
POST
|
URL
|
/api/1/access_token/:id/delete |
Response Formats
|
JSON |
Parameters¶
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
accessTokenId
|
String
|
✓
|
The access token ID of the application
making the call
|
Example¶
Request¶
POST .../api/1/access_token/a3f1a69c-3a7d-4b28-a944-61a7dc6877b8/delete
accessTokenId=e8f5170c-877b-416f-b70f-4b09772f8e2d
Response¶
Status 200 OK
Responses¶
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
500
|
{ "message" : "Internal server error" } |