در حال بارگذاری…
Delete a championship record from a user.
| Permission | Description |
|---|---|
championships.delete | Delete your own championships |
championships.delete_any | Delete championships from any user |
Despite the 204, this endpoint does return a JSON body — a localized confirmation message.
HTTP defines 204 as bodyless, so some clients and proxies discard it; treat the body as informational,
not something to depend on.
{
"message": "Championship deleted successfully."
}
Localized from messages.users.championships.deleted_successfully (fa: “مسابقه قهرمانی با موفقیت حذف شد.”).
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |
| 404 | Not found | Not-found error |