DELETE
/
templates
/
{templateId}
curl --request DELETE \
  --url https://rest.runpod.io/v1/templates/{templateId} \
  --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

templateId
string
required

Template ID to delete.

Response

200

Template successfully deleted.