cURL
curl --request DELETE \ --url https://api.example.com/api/servers/{serverId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "status": "deleted", "deletedAt": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://anaconda.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key here
ID of the server to delete
Server deleted successfully
Show child attributes
Was this page helpful?