curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/source-tag/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Delete a source tag based on uuid
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
}