Description:
Delete an achievement from the CompetitionLabs system for a given achievements identifier.
All deleted achievements are archived
Resource URL:
https://<apphost>.competitionlabs.com/api/<your-space-name>/achievements/<achievementId>
Request header
| Key | Value | Required |
|---|---|---|
X-API-KEY | Your unique API key | Yes |
Content-Type | application/json | Yes |
Request URL parameter
Parameter | Type | Required | Description |
|---|---|---|---|
space | String | Yes | This is the space name which is linked to the account |
id | String | Yes | Achievements identifier retrieved from GET Achievements resource |
EXAMPLE
ERROR CODES
| Code | HTTP Status | Description | Example |
|---|---|---|---|
| 1007 | 404 | A record with requested id was not found |