Skip to main content
POST
/
rr
/
api
/
v1
/
contracts
/
{id}
/
terminate
Terminate Contract
curl --request POST \
  --url https://api.meetcampfire.com/rr/api/v1/contracts/{id}/terminate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "termination_date": "2023-12-25"
}'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Body

termination_date
string<date>
required

Response

204

No response body

I