cURL
curl --request DELETE \ --url https://api.shingleai.com/v1/businesses/{id}/online-presences/{onlinePresenceId} \ --header 'Authorization: Bearer <token>'
{ "error": { "message": "<string>", "code": "<string>", "details": "<unknown>" } }
Delete an online 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
Online Presence UUID
Online presence deleted successfully
Was this page helpful?