Usecases
Delete Use Case's label
Calls
- GETGet Calls
- GETGet Call
- GETGet Transcript
- GETGet current page
- GETList Call tags
- GETReturn a pre-signed URL to the call recording
- GETReturn the logs for a call
- GETGet the usage for the given organization
- POSTStop Call
- POSTCancel Call
- POSTAdd a note to a call
- POSTTrigger async export of calls CSV to requester email
- PATCHUpdate a note on a call
- PATCHSet call as viewed by the user making the request
- PATCHSet call rating
- DELDelete a note from a call
- DELDelete a call
Dial
Orgs
Numbers
Usecases
Agents
Usecases
Delete Use Case's label
Delete a use case’s label.
DELETE
/
use-cases
/
{id}
/
labels
/
{labelName}
curl --request DELETE \
--url https://app.happyrobot.ai/api/v1/use-cases/{id}/labels/{labelName} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>",
"color": "slate"
}'
This response does not have an example.
Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Path Parameters
ID of the use case.
Required string length:
24
Name of the label.
Body
application/json
Body
The body is of type object
.
Response
204
204
Was this page helpful?
curl --request DELETE \
--url https://app.happyrobot.ai/api/v1/use-cases/{id}/labels/{labelName} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>",
"color": "slate"
}'
This response does not have an example.