Data Source Tags
Delete Source Tag
Data Source Tags
Delete Source Tag
Delete a source tag based on uuid
DELETE
/
api
/
v1
/
source-tag
/
{uuid}
/
delete
curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/source-tag/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Path
Source tag uuid
Response
Indicates if api call was successful
curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/source-tag/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/source-tag/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}