Skip to main content

Remove SMS Provider

Delete an SMS provider. If the provider was still active the users will not receive notifications from that provider anymore.

Path Parameters
  • id string required
Responses

A successful response.


Schema
  • details object
  • sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • creationDate date-time

    on read: the timestamp of the first event of the object

    on create: the timestamp of the event(s) added by the manipulation

  • changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the

  • resourceOwner resource_owner is the organization an object belongs to
DELETE /sms/:id

Authorization

type: oauth2flow: authorizationCodescopes: openid,urn:zitadel:iam:org:project:id:zitadel:aud

Request

Base URL
https://$ZITADEL_DOMAIN/admin/v1
Bearer Token
id — path required
Accept
curl -L -X DELETE 'https://$ZITADEL_DOMAIN/admin/v1/sms/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'