Skip to main content
DELETE
Delete a custom field value

Authorizations

Authorization
string
header
required

Company-scoped API key. Production keys are prefixed sk_live_, sandbox keys sk_test_, each followed by 22 base62 characters (pattern ^sk_(live|test)_[0-9A-Za-z]{22}$). Generate keys in the TapTalent dashboard under Account Settings → Developers → API Key Management; a key is shown once at generation and old keys are invalidated immediately on regeneration.

Path Parameters

valueId
integer
required

The unique identifier of the custom field value to delete.

Response

Custom field value deleted. The source documentation does not include a response example for this endpoint; see the schema's inference note.

Envelope returned after deleting a custom field value. Response schema inferred from related endpoints; not yet verified against production behavior.

status
enum<string>
required

Always success for successful requests.

Available options:
success
message
string
required

Confirmation message.

Example:

"Custom field value deleted successfully"