curl --request DELETE \
--url https://panel.sendcloud.sc/api/v3/integrations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"errors": [
{
"status": 404,
"code": "not_found",
"title": "Not Found",
"detail": "The Integration could not be found with the search criteria given"
}
]
}Safely delete one of your integrations from the Sendcloud system
curl --request DELETE \
--url https://panel.sendcloud.sc/api/v3/integrations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"errors": [
{
"status": 404,
"code": "not_found",
"title": "Not Found",
"detail": "The Integration could not be found with the search criteria given"
}
]
}