curl --request POST \ --url http://localhost:8000/api/v1/meeting/abc123/decline \ --header "Authorization: Bearer <your_access_token>" \ | jq
{ "message": "<string>" }
Decline meeting invitation
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Generic message schema.