cURL
curl --request DELETE \ --url https://api.portkey.ai/v1/integrations/{slug}/models \ --header 'x-portkey-api-key: <api-key>'
{}
Removes multiple custom models from an integration by their slugs.
Comma-separated list of model slugs to delete
"gpt-4,gpt-3.5-turbo"
Models deleted successfully
The response is of type object.
object
Was this page helpful?