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

idintegerRequired
Campaign identifier to delete.

Response

Campaign deleted.
statusstring
messagestring
datalist of any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error