Skip to main content
DELETE
/
api
/
v0
/
machines
/
templates
/
{templateId}
Delete a machine template
curl --request DELETE \
  --url https://api.factory.ai/api/v0/machines/templates/{templateId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Path Parameters

templateId
string
required

Template ID

Response

Response for status 204

The response is of type object.