POST
/v1/Client/{clientId}/reset-specificCreate Client reset specific
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
clientIdstringrequiredRequest body application/json
emailsbooleanformsbooleanhitlbooleanrightsbooleanResponses
string
curl --request POST \
--url 'https://api.4comply.io/v1/Client/00000000-0000-0000-0000-000000000000/reset-specific' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"emails": true,
"forms": true,
"hitl": true,
"rights": true
}'