cURL
curl --request DELETE \ --url https://api.example.com/api/v2/projects/{project_id}/prompt-templates/id/{template_id} \ --header 'Content-Type: application/json' \ --data '{}'
{}
Delete Projects - Delete Projects
The body is of type EmptyResponse · object.
EmptyResponse · object
EmptyResponse()
The response is of type EmptyResponse · object.