Delete a setup
DELETE/v2/modules/:module/setups/:setupId
Permanently deletes the specified OAuth setup, including all its clients, resource servers, and related configuration. This operation is irreversible and should be used with caution. Only admin users may delete setups.
Request
Path Parameters
module stringrequired
setupId stringrequired
Responses
- 204
- 403
- 404
The setup and all its associated resources were successfully deleted
The caller does not have administrator privileges required to delete this setup
No setup exists with the specified ID
Loading...