Delete¶
Delete a player achievement with the given ID.
Warning
Only an Admin user can delete a player achievement. Players cannot delete a player achievement.
HTTP request¶
DELETE https://megamify.com/api/v1/player/badge/:player_badge_id/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
player_badge_id | True | int | The PlayerBadge ID |
Headers¶
See Security section of the API Reference.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
Name | Type | Description |
---|---|---|
message | string | The message |