curl --request DELETE \
--url http://localhost:8080/api/v1/endpoints/legal-qa \
--header 'Authorization: Bearer YOUR_TOKEN'
{
"message": "Endpoint 'legal-qa' successfully deleted"
}
curl --request DELETE \
--url http://localhost:8080/api/v1/endpoints/legal-qa \
--header 'Authorization: Bearer YOUR_TOKEN'
{
"message": "Endpoint 'legal-qa' successfully deleted"
}
Permanently delete an endpoint and remove it from all marketplaces.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/openmined/syft-space/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url http://localhost:8080/api/v1/endpoints/legal-qa \
--header 'Authorization: Bearer YOUR_TOKEN'
{
"message": "Endpoint 'legal-qa' successfully deleted"
}