Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Action deleted successfully
Delete an action from the system.
Authorization: Requires admin privileges to delete actions.
Impact: Deleting an action will also remove all endpoint mappings that reference this action. This may affect authorization policies.
Cascading Deletion: The system will automatically clean up related mappings and update authorization policies.
Use Cases:
Warning: This operation cannot be undone. Ensure the action is no longer needed before deletion.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Action deleted successfully