Delete Business Processes Using External ID

This API call deletes a Business Process based on external ID.

MethodDELETE
Content-Typeapplication/json
URLapi/hub/external-integration/business-processes/external-id/[external-
id]

 

Body

Required Query Parameters

Name

Value

Description

externalIdStringExternal ID
Sample Curl Requestcurl -X DELETE --header 'Accept: application/json' --header
'Authorization: Bearer <Auth Token> '
/api/hub/business-processes/external-id/[external-id]'
Success ResponseCode: 201
Response Content{}
Error Response

Code: 400 Bad Request

Code: 401 Unauthorized

Code: 403 Forbidden

Code: 404 Not Found