Unsign Tilia terms of service

[STAGING ONLY] Sets the Tilia's Terms of Service to false for the given account. This API is meant for integration testing purposes.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

The account ID to unsign the ToS.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
Responses
200

The request was successful.

401

Unauthorized access.

404

Resource not found.

500

Service unavailable or server error.

delete/user-info/{account_id}/tos/tilia
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": [ ],
  • "codes": [ ],
  • "payload": null
}