Delete¶
Delete a player statistic with the given ID.
Warning
Only an Admin user can delete a player statistic. Players cannot delete a player statistic.
HTTP request¶
DELETE https://megamify.com/api/v1/player/statistic/:player_statistic_id/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
player_statistic_id | True | int | The PlayerStatistic 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 |