Skip to main content

[DELETE] - Eliminar un emisor

Para eliminar un emisor debe proporcionar en los encabezados API-ID y API-Key y ID del emisor que desee eliminar.

Path Parameters
id string REQUIRED

Identificador del emisor.

Header Parameters
API-ID string REQUIRED

Generada por Stampi

API-Key string REQUIRED

Generada por Stampi

Responses
201

Success Response

Schema
object
{
"status": 200,
"error": null,
"data": {
"id": "aab78dse-dac9-10ec-8562-5213049e4d9c",
"createdAt": "2022-05-23T12:49:17.438393-05:00",
"updatedAt": "2022-06-13T15:40:52.796059-05:00",
"tradeName": "WILL SMITH MENDEZ",
"businessName": "WILL SMITH MENDEZ",
"companyId": "25ecbe52-251f-11ec-a102-1e00621e1b72",
"taxId": "WISM620210DQ5",
"postalCode": "49512",
"keyFile": "",
"certFile": "",
"password": "12345678a",
"profilePicture": "",
"taxRegimeId": "4b010387-cf9c-43a6-bd22-a2abd8f7b852",
"lastFolio": "0",
"blockBatchWebhook": false,
"lastFolioPago": "0",
"series": null,
"responsible": null,
"cfdiVersion": "4.0",
"pagoVersion": "2.0",
"cancelacionVersion": "4.0"
}
}