Skip to main content
DELETE
/
api
/
v1
/
technician
/
delete
/
{id}
Eliminar técnico
curl --request DELETE \
  --url https://api.raul.ugps.io/api/v1/technician/delete/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

ID del técnico (UUID)

Response

Técnico eliminado exitosamente

The response is of type object.