Admin
Delete a provider app
DELETE
/admin/provider-apps/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Provider app ID
Response Body
application/json
application/problem+json
curl -X DELETE "https://example.com/admin/provider-apps/string"{ "$schema": "https://example.com/api/v1/schemas/DeleteProviderAppResponse.json", "requires_restart": true}