cURL
curl --request DELETE \ --url https://api.example.com/api/core/sharepoint/configuration/{setting_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?