Deleting an endpoint is irreversible. Any running executions will be terminated immediately.
Path Parameters
endpointId
: The unique identifier of the endpoint to delete
Example Usage
Response
Returns HTTP 204 (No Content) on successful deletion.Error Responses
404 Not Found
: Endpoint doesn’t exist or you don’t have access401 Unauthorized
: Invalid or missing API key
Best Practices
- Always verify the endpoint ID before deletion
- Consider stopping the endpoint first if you want to preserve any running executions
- Use this endpoint with caution in production environments
Authorizations
API key authentication. Use 'Bearer YOUR_API_KEY' format.
Path Parameters
Unique identifier of the endpoint to delete
Response
Endpoint deleted successfully