Delete a server
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE '/servers/9?delay=5' \
--header 'Authorization: Bearer <token>'
Modified at 2025-01-20 21:49:10