Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
Body
Response
204
No response body
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"
}'
Terminate a 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"
}'
Token-based authentication with required prefix "Token"
No response body