Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
slack
/
connections
/
{id}
cURL
curl -X DELETE \
  -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/projects/{projectId}/slack/connections/{id}"
{
  "deleted": true
}

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

projectId
string
required

Project ID (base62-encoded).

id
string
required

Slack connection ID (base62-encoded).

Response

OK

deleted
boolean
required