Delete an achievement.
DELETE /api/v1/achievement/test-01 HTTP/1.1 Authorization: Bearer ... ---------------------------------------- HTTP/1.1 204 No Content
Authentication is required and access is limited to admins.
| Name | Description | Value |
|---|---|---|
| key | the unique identifier of the achievement to delete | string |
NONE
NONE
Successful responses are code 204. Returns code 409 if there are existing relationships to other entities. Other error responses are standard.
NONE