Remove a LinX Template

Delete a LinX template. You cannot delete a template with active workflows. If necessary, try suspending the template first so that no new workflows are created. Deleted templates will have an ARCHIVED state.

Endpoint

DELETE /v2/linx/templates/{templateId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

templateId  REQUIRED

string (UUID)

ID of the LinX template. This ID is the same for all versions of the template.

Request Body

None

Returns

If successful, returns 200 OK.

SAMPLE RESPONSE

				
					{
  200 OK
}
				
			
Exit mobile version