v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBulletin
Delete card from Protection Bulletin
Remove a Pismo-issued card from the Protection Bulletin.
Note: This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
delete/v1/bulletin/{card_id}
Path parameters
card_idnumber required
Pismo card ID.
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Response
Created
Example response
{
"card_id": 6743052,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"program_id": 1010,
"network_brand_type": "ELO",
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"network_track_number": "TN-123XXX-XXXXXX-XXXXXXX::1a2b3c",
"state": "BLOCKED",
"status": "PENDING",
"purge_date": "2025-04-22",
"was_automatically_purged": true,
"card_track_number": 1,
"histories": [
{
"event": "POST",
"event_date": "2025-04-22 20:31:50",
"status": "PENDING",
"reason": "L",
"network_track_number": "TN-123XXX-XXXXXX-XXXXXXX::1a2b3c",
"was_automatically_purged": true,
"card_track_number": 1,
"network_response_data": "{\"status\":\"SUCCESS\",\"message\":\"Card added to Protection Bulletin\"}"
}
]
}