Delete an Event
DELETE
Delete by ID
https://api.moltin.com/v2/integrations/:id
Path Parameters:
Name | Required | Type | Description |
---|---|---|---|
id | Required | string | The ID for the Event to delete. |
Headers:
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token to grant access to the API. |
200 OK
{
"data": {
"type": "integration",
"id": "8cb9e689-ede7-4f6d-b61a-6aa970d572dd"
}
}
curl -X DELETE https://api.moltin.com/v2/integrations/:id \
-H "Authorization: Bearer XXXX"