Skip to main content
DELETE
/
v1
/
organization
/
apps
/
{appId}
cURL
curl --request DELETE \
  --url https://api.buildwithchirp.com/v1/organization/apps/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Path Parameters

appId
string
required

Unique identifier for a App. Format: app_[test_]{ksuid}

Example:

"app_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

Response

Delete app

message
string
required