curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/cancel-job-invitation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 456
}'Cancel a pending job invitation. Requires the application mapping ID (not job_id + athlete_id).
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/cancel-job-invitation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 456
}'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.