cURL
curl --request DELETE \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/provider-apps/{providerAppId} \ --header 'X-Api-Key: <api-key>'
{ "type": "about:blank", "href": "https://www.belgif.be/specification/rest/api-guide/#standardized-problem-types", "title": "Bad Request", "status": 400, "detail": "The input message is incorrect", "instance": "123456-1234-1235-4567489798", "issues": [ { "type": "about:blank", "detail": "exampleNumericProperty should be numeric", "in": "path", "name": "exampleNumericProperty", "value": "abc" }, { "type": "about:blank", "title": "Input isn't valid with respect to schema", "detail": "examplePropertyWithPattern a2345678901 doesn't match pattern '^\\d{11}$'", "in": "body", "name": "items[0].examplePropertyWithPattern", "value": "a2345678901" } ] }
Documentation IndexFetch the complete documentation index at: https://ampersand-24eb5c1a-docs-subscribe-permission-metadata.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ampersand-24eb5c1a-docs-subscribe-permission-metadata.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The Ampersand project ID or project name.
ID of the provider app, returned by the CreateProviderApp call.
Deleted
Was this page helpful?