Disable Premium Listener
Disable realtime event listening for a Recruiter account.
POST /api/v1/listener/disable
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe ID of the account to disable listening for.
accountTypestringrequiredThe type of the account to disable listening for.
Sample Request
{
"accountId": "string",
"accountType": "RECRUITER"
}