Delete

Delete an evangelist.
Use this endpoint to delete an evangelist by its code.

Permanently removes an evangelist entity from the system using the unique evangelist code.
Validates that the evangelist code is provided and not empty before processing deletion.
Performs soft or hard deletion depending on system configuration and business requirements.
May trigger cascade operations to handle related data such as member associations and rewards.
Returns confirmation of successful deletion with the evangelist code for audit purposes.
Consider implementing CQRS pattern for better separation of concerns and event sourcing.
Note: Current implementation uses direct repository deletion - consider adding domain events.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The code of the evangelist.

Responses
200

Evangelist deleted successfully.

400

Evangelist code is null or empty.

401

Authentication token is empty or invalid.

404

Evangelist not found.

500

Internal server error occurred.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!