Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Path Parameters
ID of the use case.
Required string length:
24
Response
200
curl --request PUT \
--url https://app.happyrobot.ai/api/v1/use-cases/{id}/delete-webhook \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"url": "<string>",
"headers": [
{
"key": "<string>",
"value": "<string>"
}
]
}'
This response does not have an example.
curl --request PUT \
--url https://app.happyrobot.ai/api/v1/use-cases/{id}/delete-webhook \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"url": "<string>",
"headers": [
{
"key": "<string>",
"value": "<string>"
}
]
}'
This response does not have an example.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the use case.
24
Body
200
Was this page helpful?