Skip to main content

Deletes connector by script name

DELETE 

/connectors/:scriptName

Delete a custom connector that using its script name.

Request

Path Parameters

    scriptName stringrequired

    The scriptName value of the connector. Scriptname is the unique id generated at connector creation.

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...