Deletes an unposted position profile.
Arguments
| Name | Description |
|---|---|
DeleteUnpostedPositionProfile_PositionProfileInput! | The details of the unposted position profile to be deleted. |
Result
DeleteUnpostedPositionProfilePayload| Name | Description |
|---|---|
UnpostedPositionProfile! | The details of the deleted unposted position profile. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: DeleteUnpostedPositionProfileInput!) {
deleteUnpostedPositionProfile(input: $input) {
positionProfile {
profileId {
value
}
profileName
seekAnzWorkTypeCode
seekBillingReference
seekHirerJobReference
seekPartnerMetadata
}
}
}