Delete an external application
DELETE/v1/admin/external-applications/:oAuthAppId
Soft-deletes the external application by setting deleted: true. The
record is retained in the registry but is no longer treated as
authorised. All associated client mappings remain but are effectively
inactive.
Request
Responses
- 204
- 400
- 401
- 404
- 500
External application deleted successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Resource not found (GEN004001)
Internal server error (GEN100000)