deleteUnpostedPositionProfile
MUTATION

Deletes an unposted position profile.

Arguments

Name
Description
The details of the unposted position profile to be deleted.

Result

DeleteUnpostedPositionProfilePayload
Name
Description
positionProfile* 
UnpostedPositionProfile!
The details of the deleted unposted position profile.

Sample

GraphQL
mutation ($input: DeleteUnpostedPositionProfileInput!) {
  deleteUnpostedPositionProfile(input: $input) {
    positionProfile {
      profileId {
        value
      }
      profileName
      seekAnzWorkTypeCode
      seekBillingReference
      seekCreatedBySelfIndicator
      seekHirerJobReference
      seekPartnerMetadata
    }
  }
}