Delete a fundraising campaign
Deletes the campaign and its donation types after checking the delete-campaign permission. The action returns an empty data array with the localized deleted message.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Campaign identifier to delete.
Response
Campaign deleted.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

