cURL
curl --request DELETE \ --url https://api.shingleai.com/v1/businesses/{id}/physical-presences/{physicalPresenceId} \ --header 'Authorization: Bearer <token>'
{ "error": { "message": "<string>", "code": "<string>", "details": "<unknown>" } }
Delete a physical presence from a business
Documentation IndexFetch the complete documentation index at: https://docs.shingleai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication via Bearer token
Business UUID
Physical Presence UUID
Physical presence deleted successfully
Was this page helpful?