Delete a service connector

Deletes a service connector

DELETE /manage/connectors/{connectorId}

URI Parameters

Name In Required Type Description

connectorId

path

True

string

Version 4 UUID of the Service Connector

Responses

Name Type Description

204 No Contnet

Null

No response body is returned

Security

Every request requires a JWT access token for authentication in the Authorisation HTTP header. Please see the API authentication page for details about how to get a JWT token.

Authorization: Bearer {JWT_TOKEN}

Roles

  • Wenenu Owner

  • Wenenu Service Connector Administrator

Sample request

DELETE https://wenenu.com/manage/connectors/e17af98a-2bff-4bed-8834-fdd6ff726985 HTTP/1.1
Authorization: Bearer {jwt_token}

Sample Response

Status code: 204