Delete a project update
DELETE
/projects/{fundraiserId}/updates/{updateId}
Soft-deletes a project update. Only the fundraiser owner may delete it.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Parameters
Path Parameters
fundraiserId*
Type
Requiredstring
updateId*
Type
Requiredstring
Responses
Update deleted
application/json
JSON
{
"success": true,
"deletedId": "string"
}