DELETE
/
unified
/
ats
/
background_checks
/
packages
/
{id}
curl --request DELETE \
  --url https://api.stackone.com/unified/ats/background_checks/packages/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'x-account-id: <x-account-id>'
{
  "statusCode": 204,
  "message": "Record deleted successfully.",
  "timestamp": "2021-01-01T01:01:01.000Z"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Path Parameters

id
string
required

Response

200
application/json
Record deleted successfully.
statusCode
number
required
Example:

204

message
string
required
Example:

"Record deleted successfully."

timestamp
string
required
Example:

"2021-01-01T01:01:01.000Z"