ApiConsult pins
Deletes a consult pin.
Removes the override; the capability falls back to the next-precedence pin (global) or expertise-tag matching. Yields `404 Not Found` when no pin with that id exists.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
consultPin*string
The consult-pin identifier.
Format
uuidtenant*string
The tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/consultPins/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}