Skip to content

Deletes instance of wallpaper
Stable

Request

Empty response

Security
apiKey
Path
enterprise_idstringrequired

A UUID string identifying this enterprise.

wallpaper_idstringrequired

A UUID string identifying the wallpaper.

cURL
curl -i -X DELETE \
  'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/wallpaper/{wallpaper_id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The resource was deleted successfully.

Response
No content