PlayersDelete Player Skin

Delete Player Skin

curl -X DELETE "https://api.5centscdn.com/v2/players/5centscdn/skins/example_string" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "_METHOD": "DELETE"
}'
{
  "result": "success",
  "message": "Player Skin Deleted."
}
DELETE
/players/5centscdn/skins/{skinid}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
_METHODstring

HTTP method override. Must be DELETE to trigger skin deletion.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

Body

application/json
_METHODstring

HTTP method override. Must be DELETE to trigger skin deletion.

Example:
DELETE

Responses

resultstring

Operation outcome.

messagestring

Human-readable description of the operation outcome.