Console
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 header

Request body

FieldTypeRequiredDescription
slugstringrequiredSlug of the achievement to delete

Success response 200

{ "success": true }

Errors

CodeMessageCause
400slug is required.Missing body field
404Achievement not found.Slug doesn't exist for this app