[STAGING ONLY] Sets the Tilia's Terms of Service to false for the given account. This API is meant for integration testing purposes.
unsign_tos
) The request was successful.
Unauthorized access.
Resource not found.
Service unavailable or server error.
curl -i -X DELETE \ https://accounts.tilia-inc.com/user-info/:account_id/tos/tilia \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "status": "Success",
- "message": [ ],
- "codes": [ ],
- "payload": null
}