Delete a draft posting
DELETE /postings/{postingId}
DELETE
/postings/{postingId}
Permanently deletes a draft posting. Only postings with draft status can be deleted.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” postingId
required
string
Posting ID
Responses
Section titled “ Responses ”No Content
Invalid posting ID
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456Posting not found
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456