Deletes an existing API key. Only available for members or API keys of the organization.
curl --request DELETE \
--url https://api.plumaa.id/rest/v1/api-key \
--header 'Authorization: Bearer <token>'
{
"id": "<any>",
"enabled": true,
"name": "<string>",
"secret": "<any>",
"organization": {
"id": "<any>",
"name": "<string>",
"logo": "<any>",
"emailAddress": "<any>",
"quota": {
"id": "<any>",
"API": true,
"groupedNOM151": 123,
"nom151": 123
},
"policies": {
"signatureRequest": {
"conservation": "NOM151"
}
},
"createdAt": "<any>",
"updatedAt": "<any>"
},
"createdAt": "<any>",
"updatedAt": "<any>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
An API key allows to make calls through the API. It is linked to an organization.
curl --request DELETE \
--url https://api.plumaa.id/rest/v1/api-key \
--header 'Authorization: Bearer <token>'
{
"id": "<any>",
"enabled": true,
"name": "<string>",
"secret": "<any>",
"organization": {
"id": "<any>",
"name": "<string>",
"logo": "<any>",
"emailAddress": "<any>",
"quota": {
"id": "<any>",
"API": true,
"groupedNOM151": 123,
"nom151": 123
},
"policies": {
"signatureRequest": {
"conservation": "NOM151"
}
},
"createdAt": "<any>",
"updatedAt": "<any>"
},
"createdAt": "<any>",
"updatedAt": "<any>"
}
Deletes an existing API key. Only available for members or API keys of the organization.
curl --request DELETE \
--url https://api.plumaa.id/rest/v1/api-key \
--header 'Authorization: Bearer <token>'
{
"id": "<any>",
"enabled": true,
"name": "<string>",
"secret": "<any>",
"organization": {
"id": "<any>",
"name": "<string>",
"logo": "<any>",
"emailAddress": "<any>",
"quota": {
"id": "<any>",
"API": true,
"groupedNOM151": 123,
"nom151": 123
},
"policies": {
"signatureRequest": {
"conservation": "NOM151"
}
},
"createdAt": "<any>",
"updatedAt": "<any>"
},
"createdAt": "<any>",
"updatedAt": "<any>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
An API key allows to make calls through the API. It is linked to an organization.
curl --request DELETE \
--url https://api.plumaa.id/rest/v1/api-key \
--header 'Authorization: Bearer <token>'
{
"id": "<any>",
"enabled": true,
"name": "<string>",
"secret": "<any>",
"organization": {
"id": "<any>",
"name": "<string>",
"logo": "<any>",
"emailAddress": "<any>",
"quota": {
"id": "<any>",
"API": true,
"groupedNOM151": 123,
"nom151": 123
},
"policies": {
"signatureRequest": {
"conservation": "NOM151"
}
},
"createdAt": "<any>",
"updatedAt": "<any>"
},
"createdAt": "<any>",
"updatedAt": "<any>"
}