deregisterEmployer
Deletes all features and removes a registration. Authenticate with a [2‑legged OAuth token](/authentication/auth-2-legged-oauth).
Arguments
input DeregisterEmployerInput! Required
indeedRegistrationId ID! Required
ATS-employer registration ID.
Response
Returns DeregisterEmployerPartnerAtsSyncEmployerRegistrationPayload .indeedRegistrationId ID! Non-Null
ATS employer-Indeed employer registration ID.
Example
Query
mutation DeregisterEmployer($input: DeregisterEmployerInput!) { partnerAtsSyncEmployerRegistration { deregisterEmployer(input: $input) { indeedRegistrationId } }}Variables
{"input": DeregisterEmployerInput}Response
{ "data": { "partnerAtsSyncEmployerRegistration": { "deregisterEmployer": { "indeedRegistrationId": "opaqueId" } } }}