curl --request DELETE \
--url https://api.getoutbox.ai/agent/integration \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": "<string>"
}
'Delete a platform integration
curl --request DELETE \
--url https://api.getoutbox.ai/agent/integration \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.