Delete a Posting
DELETE/v1/tenants/:tenantId/companies/:companyName/postings/:id
This DELETE method marks a Posting as deleted
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Successfully deleted posting
Bad request
Token not provided or invalid
Forbidden to access the given resource
Posting not found
Rate limit exceeded
An unexpected error has occurred