DELETE
/
endpoints
/
{endpointId}
curl --request DELETE \
  --url https://rest.runpod.io/v1/endpoints/{endpointId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

endpointId
string
required

Endpoint ID to delete.

Response

200

Endpoint successfully deleted.