Skip to main content
POST
Cancel active contract with athlete

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
job_id
integer
required

Job/deal ID to cancel

Example:

100

athlete_id
integer
required

Athlete user ID

Example:

200

cancelled_reason
string
required

Reason for cancellation

Example:

"Budget constraints"

surface
string
required

Platform/interface where cancellation was initiated

Example:

"web_dashboard"

Response

Contract cancelled

status
string
Example:

"success"

message
string
Example:

"Contract cancelled successfully"

chatData
object

Chat context if applicable

Example: