DELETE
/
projects
/
{projectIdOrName}
/
provider-apps
/
{providerAppId}
curl --request DELETE \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/provider-apps/{providerAppId} \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

providerAppId
string
required

ID of the provider app, returned by the CreateProviderApp call.

Response

204

Deleted