Achievements
Delete Achievement
Permanently removes an achievement and all associated user unlocks. This action is irreversible.
POST
/api/achievements/delete.php
Requires
Authorization: AppID:AppKey headerRequest body
| Field | Type | Required | Description |
|---|---|---|---|
| slug | string | required | Slug of the achievement to delete |
Test this endpoint
Headers
Body
Success response 200
{ "success": true }
Errors
| Code | Message | Cause |
|---|---|---|
| 400 | slug is required. | Missing body field |
| 404 | Achievement not found. | Slug doesn't exist for this app |