Skip to main content
DELETE
/
resourcePack
/
{resourcePackId}
Delete Server
curl --request DELETE \
  --url https://servers.flashrdp.com/api/resourcePack/{resourcePackId} \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
required
Available options:
application/json

Path Parameters

resourcePackId
string
required

Response

Last modified on June 20, 2026