Skip to main content
DELETE
/
responses
/
{id}
Delete Model Response
curl --request DELETE \
  --url https://{gatewayBaseURL}/responses/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-tfy-metadata
string

Optional metadata for the request

x-tfy-provider-name
string

Name of the provider

Path Parameters

id
string
required

Id of the response

Response

Model response deleted successfully