cURL
curl --request DELETE \ --url https://rest.runpod.io/v1/endpoints/{endpointId} \ --header 'Authorization: Bearer <token>'
Delete an endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Endpoint ID to delete.
Endpoint successfully deleted.
Was this page helpful?