Skip to main content
DELETE
/
projects
/
{projectId}
/
integrations
/
{integrationId}
Delete an existing third-party integration
curl --request DELETE \
  --url {schemes}://api.upsun.com/projects/{projectId}/integrations/{integrationId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "code": 123
}

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
integrationId
string
required

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response

Last modified on March 11, 2026