v1

latestOpenAPI 3.1.02026-07-26327152.4 KB
External Support Panel

Delete Integration

Delete an external support panel integration. Jelou will stop sending events to the webhook and the signingSecret will be invalidated.

delete/v1/external-support/{projectId}

Path parameters

projectIdstring required

Unique identifier of the Jelou project

Response

Integration deleted successfully

messagestring[]
statusMessagestring
statusinteger

Example response

{
  "message": [
    "Integration deleted successfully."
  ],
  "statusMessage": "success",
  "status": 1
}