Delete API Key
DELETE
/api/accounts/me/api-keys/{id}Delete the API key using the specified id.
Request
Path Params
id
string
required
Example:
{% faker datatype.uuid %}
Request samples
Responses
OK(200)
Bad Request(400)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"id": "21082fef-5185-41da-8a76-7ac11d724a9f",
"created_at": "2023-07-14T03:25:55.758Z",
"owner_id": "16f44ffa-2e1c-49ab-b445-b0e62cb3f48d",
"token_hash": "nisi eiusmod dolore commodo in"
}
Last modified: a year ago