Delete a client mapping
DELETE/v1/admin/external-applications/:oAuthAppId/clients/:slug
Soft-deletes the mapping by setting deleted: true, revoking the
application's access to the specified client/brand tenant. Returns
404 if the mapping does not exist.
Request
Responses
- 204
- 400
- 401
- 404
- 500
Mapping deleted successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Resource not found (GEN004001)
Internal server error (GEN100000)