Connector
Delete
Delete a connector.
delete/api/v1/apps/{app_id}/connectors/{id}
Path parameters
app_idstring required
The appId of the app the connector is attached to.
idstring required
The id of the connector.
Request body
C1ApiAppV1ConnectorServiceDeleteRequestInput required
ConnectorServiceDeleteRequest is a request for deleting a connector. It uses URL values for input.
Response
Empty response body. Status code indicates success.
C1ApiAppV1ConnectorServiceDeleteResponse required
Empty response body. Status code indicates success.
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○