Üzgünüz, bu sayfa henüz tercüme edilmemiş bulunuyor. Emarsys ekibimizin tüm dökümanlarımızı sizin dilinizde sunmak için yoğun çalıştığından emin olmanızı isteriz.
This feature is currently on Pilot release for a limited number of clients only. If you are interested in participating in the pilot phase, please contact Emarsys Support.
Deletes a single key from the keyring, based on its ID.
Endpoint
POST https://api.emarsys.net/api/v2/keyring/keys/id/delete
Required parameters
Name | Type | Description | Comments |
---|---|---|---|
Key ID | int | The ID of your key, added to it at its creation |
URI Example
https://api.emarsys.net/api/v2/settings/keyring/keys/5/delete
In this example “5” is the ID of the key to be deleted.
Result Example
{ "replyCode": 0, "replyText": "OK", "data": "" }
Errors
HTTP Code | Reply Code | Message | Description |
---|---|---|---|
400 | 4801 | The selected keyring item ID not found | The provided keyring item ID does not exist. |
400 | 1009 | Invalid HTTP method. | The HTTP method used is not allowed on this endpoint. |
400 | 1010 | Imvalid request payload | The request cannot be decoded, most like it is not json format. |
500 | 1003 | Internal error | An internal error occured. |