cURL
curl --request DELETE \ --url https://release0.com/api/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
API endpoint to permanently delete an agent by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where can I find my agent’s ID? 👉 Check this guide! 🔍✨
Successful response
The response is of type object.
object