Delete an Event

Delete by ID

DELETE https://api.moltin.com/v2/integrations/:id

Path Parameters

NameTypeDescription

id

string

The ID for the Event to delete

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

{
  "data": {
    "type": "integration",
    "id": "8cb9e689-ede7-4f6d-b61a-6aa970d572dd"
  }
}
curl -X DELETE https://api.moltin.com/v2/integrations/:id \
     -H "Authorization: Bearer XXXX"

Last updated