Suspend a LinX Template

Suspend a LinX template. A template cannot be used to create new workflows while suspended. You can suspend templates with an ACTIVE state. Once suspended, the template state will change to SUSPENDED.

Any active workflows based on the template will continue running and will not be affected by the template suspension.

Endpoint

POST /v2/linx/templates/{templateId}/suspend

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