DELETE
/
v2
/
form-schemas
/
{id_schema}
Eliminar esquema existente
curl --request DELETE \
  --url https://api.gotrebol.com/v2/form-schemas/{id_schema} \
  --header 'x-api-key: <api-key>'
{
  "message": "Form schema deleted successfully"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id_schema
string
required

Identificador único del esquema

Response

Esquema eliminado exitosamente

The response is of type object.