DELETE achievement/{key}

Related

Delete an achievement.

Example

DELETE /api/v1/achievement/test-01 HTTP/1.1
Authorization: Bearer ...
----------------------------------------
HTTP/1.1 204 No Content

Security

Authentication is required and access is limited to admins.

URL Parameters

NameDescriptionValue
keythe unique identifier of the achievement to deletestring

Query Parameters

NONE

Request Body

NONE

Response

Successful responses are code 204. Returns code 409 if there are existing relationships to other entities. Other error responses are standard.

Response Body

NONE