Fields: Delete
Description
Deletes a field from a team. The field will no longer appear on cases in the team.
See the Get Field API to learn more about fields.
Request
HTTP Method: DELETE
| Path Parameter | Description |
|---|---|
| field_id | The ID of the field to delete. |
Sample request
curl -X DELETE \
https://<tenant-domain>/api/v2/case_inputs/<<field_id>> \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return an empty response with a 204 status code.