curl --request DELETE \
--url https://panel.sendcloud.sc/api/v2/integrations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"error": {
"code": 404,
"request": "api/v2/integrations/",
"message": "No Integration matches the given query."
}
}Delete a shop integration from the Sendcloud system.
curl --request DELETE \
--url https://panel.sendcloud.sc/api/v2/integrations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"error": {
"code": 404,
"request": "api/v2/integrations/",
"message": "No Integration matches the given query."
}
}